home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
All for Cell Phones: Sony Ericsson
/
Sony-Ericsson 2004.iso
/
Java
/
Roger
/
Roger.jar
/
Location.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2001-08-31
|
487 b
|
19 lines
class Location {
// $FF: renamed from: x int
int field_0;
// $FF: renamed from: y int
int field_1;
Location() {
}
Location(int x, int y) {
this.field_0 = x;
this.field_1 = y;
}
void tick() {
this.field_1 += 4;
}
}